Snapservice Sites Capabilities FilterSpec
The Snapservice Sites Capabilities FilterSpec schema contains properties used to filter the results when retrieving site's capabilities. If multiple properties are specified, only entries matching all of the properties will be returned.
This schema was added in vSphere API 9.1.0.0.
{
"service": [
"string"
],
"capability": [
"string"
]
}
Filter by service name.
For more information see: Snapservice Sites ServiceType.
This property was added in vSphere API 9.1.0.0.
If missing or null, all services are returned.
Filter by capability name.
This property was added in vSphere API 9.1.0.0.
If missing or null, all relevant capabilities are returned.